%10-28  functionsʹþ

>> functions(sumAxBy)
ans = 
     function: '@(x, y) (14*x + 41*y)'
         type: 'anonymous'
         file: ''
    workspace: [1x1 struct]
>>
>> functions(sqr)
ans = 
     function: '@(x) x.^2'
         type: 'anonymous'
         file: ''
    workspace: [1x1 struct]
>>
